home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / APW.SC / SC02BusyBox / BusyBox.c / BusyBox.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-06-24  |  1.2 KB  |  44 lines  |  [TEXT/pdos]

  1. /***********************************************************************
  2. *
  3. * busybox.h -- Version 3.0 
  4. *
  5. * Copyright (c)
  6. * Apple Computer, Inc.  1986-1990
  7. * All Rights Reserved.
  8. *
  9. * Developer Technical Support Apple II Sample Code
  10. *
  11. * This file contains the header data used by the busybox program.
  12. *
  13. ***********************************************************************/
  14.  
  15. #define SHORTINDEX      123
  16.  
  17. #define AppleMenuID     0x1100
  18. #define AboutItem       0x1101
  19. #define FileMenuID      0x1200
  20. #define CloseItem           255     /* For DA's */
  21. #define QuitItem            0x1202
  22. #define EditMenuID      0x1300
  23. #define UndoItem            250     /* For DA's */
  24. #define CutItem             251     /* For DA's */
  25. #define CopyItem            252     /* For DA's */
  26. #define PasteItem           253     /* For DA's */
  27. #define ClearItem           254     /* For DA's */
  28.  
  29. #define NumWindows   14
  30.  
  31. #define ButButtonsID  1
  32. #define ButStatTextID 2
  33. #define ButLineEditID 3
  34. #define ButPicturesID 4
  35. #define ButPopUpsID   5
  36. #define ButTextEditID 6
  37. #define ButListsID    7
  38. #define Prog1ID       8
  39. #define Prog2ID       9
  40. #define Prog3ID      10
  41. #define Prog4ID      11
  42. #define Prog5ID      12
  43. #define Prog6ID      13
  44.